How to disable the virtual LED in lebellium Samsung-like theme?

Since v1.30 a virtual LED displays next to the battery indicator to show memory access. 
Some people may like it but others find that annoying. 

Unfortunately you can't disable it directly from the rockbox settings but it's quite easy to disable it modifying my theme files: 

1) Open the lebellium Samsung-like.sbs file (in /.rockbox/wps) with a text editor and go to the "Hold + Virtual LED" string. 
2) Comment out the lines "%?mh<%xd(hold)|%?lh<%xd(virtualled)|>>" and "%xl(virtualled,virtualled.bmp,0,1)", that means add # at the beginning of the line. 
3) Then uncomment the line "#%?mh<%xd(hold)|>" (i.e. remove #).
4) Then save the file.
5) Repeat the same operation for the WPS and FMS files.

That's it, the virtual LED won't display anymore :D


lebellium